func runtime.hexdumpWords

5 uses

	runtime (current package)
		hexdump.go#L15: func hexdumpWords(p, len uintptr, mark func(uintptr, hexdumpMarker)) {
		mgcmark.go#L1527: 		hexdumpWords(b, n, func(p uintptr, m hexdumpMarker) {
		mgcsweep.go#L888: 			hexdumpWords(addr, length, nil)
		signal_linux_amd64.go#L68: 	hexdumpWords(sp, stackhi, func(p uintptr, hm hexdumpMarker) {
		traceback.go#L1383: 	hexdumpWords(lo, hi-lo, func(p uintptr, m hexdumpMarker) {